<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
	font-family: 'star';
	src: url('../fonts/star/star.eot');
	src: url('../fonts/star/star.eot?#iefix') format('embedded-opentype'),
		url('../fonts/star/star.woff') format('woff'),
		url('../fonts/star/star.ttf') format('truetype'),
		url('../fonts/star/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WooCommerce';
	src: url('../fonts/star/WooCommerce.eot');
	src: url('../fonts/star/WooCommerce.eot?#iefix') format('embedded-opentype'),
		url('../fonts/star/WooCommerce.woff') format('woff'),
		url('../fonts/star/WooCommerce.ttf') format('truetype'),
		url('../fonts/star/WooCommerce.svg#WooCommerce') format('svg');
	font-weight: normal;
	font-style: normal;
}</pre></body></html>